﻿/*------------------------默认图片切换---------------*/
.SwitchImage{position: relative;*zoom:1; overflow:hidden;}
.SwitchImage .pic li img{width:100%; display:block;*border:none 0;}
.SwitchImage .tit { bottom:0; height: 20px; left:0; overflow: hidden; position: absolute;padding-left: 5px;z-index: 7; line-height:20px;}
.SwitchImage .tit li a{ color:#fff; line-height:20px; padding:0 0 0 10px;}
.SwitchImage .num{ height:20px; overflow:hidden; position:absolute; right:0px; bottom:0px; width:auto!important; z-index: 7;}
.SwitchImage .num li{ float:left; width:24px; height:20px; line-height:0;cursor:pointer;transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s ;-webkit-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; line-height:20px; text-align:center; color:#fff;}
.SwitchImage .num li.s{ background:#2076bd;}
.SwitchImage .op_bg{ position:absolute; width:100%; height:20px; bottom:0; left:0; background:url(/Content/Areas/Hospitals/images/Shouye/op_bg.png) repeat;}
.SwitchImage .undis{display: none}
 